home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 1.1 / SGI EnlightenDSM 1.1.iso / sunos41x / admin.z / admin / help / C / online0411.hlp < prev    next >
Text File  |  1998-06-30  |  6KB  |  141 lines

  1.  
  2.     LIST OF CHANGED FILES
  3.  
  4.     Now you can perform the following operations to further manipulate
  5.     the files in the list box:
  6.  
  7.  
  8.     + Edit Change the contents of the marked files
  9.     + View View the contents of the marked files
  10.     + Delete Remove the marked files from the system
  11.     + Backup Backup the marked files
  12.     + chmod Change the read, write, and/or execute permissions of the
  13.       marked files*
  14.     + chgrp Change the group(s) to which the marked files belong
  15.     + chown Change the owner of the marked files
  16.     + Custom Define and execute a UNIX command on the marked files
  17.  
  18.  
  19.     * NT doesn't really map the user,group,other and r,w,x permissions
  20.     (of chmod) of UNIX.  NT only has a concept of modifying the 
  21.     writeability by the user.  For NT, files are always readeable by the
  22.     user.
  23.  
  24.  
  25.     Edit
  26.  
  27.     Use this command to edit files (`vi'). Highlight the files you wish
  28.     to edit and click on the Edit button. A pop-up confirmation window
  29.     will appear. For each file, select: Yes to edit the file, No to skip
  30.     that file and go to the next one, All to edit all files, or Cancel
  31.     to abort the command. You MUST utilize standard `vi' commands to
  32.     edit any files. (Or a hex editor if this is a binary file.)
  33.  
  34.     When you quit `vi' with the :q command, the following message will
  35.     appear: "Hit the Return key to continue". This action will close the
  36.     window and allow you to continue using other Enlighten options.
  37.  
  38.     View
  39.  
  40.     Use this command to view the contents of files. Highlight the files
  41.     you wish to view and then click on the View button. A pop-up
  42.     confirmation window will appear. For each file, select: Yes to view
  43.     the file, No to skip that file, All to view all files, or Cancel to
  44.     abort the command. If you select Yes or All, Enlighten will activate
  45.     a window showing the contents of the file.
  46.  
  47.     Once the (last) file is displayed, the following message will
  48.     appear: "Hit the Return key to continue". This action will close the
  49.     window and allow you to continue using other Enlighten options. You
  50.     can not use the View command to modify files.
  51.  
  52.     Delete
  53.  
  54.     Use this command to remove files from the system. Highlight the
  55.     files you wish to delete and click on the Delete button. Enlighten
  56.     will prompt you to confirm your action. Once a file has been
  57.     deleted, it cannot be recovered.
  58.  
  59.     Note: If a selected file is actually a directory, Enlighten will not
  60.     remove it unless it is empty. If the directory is not empty, a
  61.     status message will appear stating this.
  62.  
  63.     Backup
  64.  
  65.     Use this command to make a backup copy of each highlighted file.
  66.     Highlight the files you wish to backup and click on the Backup
  67.     button. A pop-up window will appear showing the different backup
  68.     devices available. Select one of them. Enlighten will then ask for
  69.     confirmation before performing the backup.
  70.  
  71.     During the backup, a window will display the progress of the backup.
  72.     When the backup is complete, a summary log will be displayed in the
  73.     same window. Press the <return> key to continue using other
  74.     Enlighten options.
  75.  
  76.     Note: If a selected file is actually a directory, only the directory
  77.     itself will be backed up. Sub-files and/or sub-directories of the
  78.     highlighted directory will NOT be backed up.
  79.  
  80.     Chmod
  81.  
  82.     Use the chmod command to manipulate the read, write, and/or execute
  83.     permissions of a file. Highlight the files you wish to change and
  84.     click on the Chmod button. A pop-up window will appear showing the
  85.     current set of permissions for that file, as shown on the following
  86.     page.
  87.  
  88.  
  89.     You can enter the new permissions numerically in the first field or
  90.     select the desired permissions from the available check boxes.
  91.     Furthermore, you can specify the permissions be set as is, added on
  92.     to, or subtracted from the current mode.
  93.  
  94.     Once you've made your choices, click on the Apply button. Another
  95.     pop-up window will ask you to confirm your changes.
  96.  
  97.     Chgrp
  98.  
  99.     Use the chgrp command to change the group(s) to which a file or
  100.     files belong. Highlight the files you wish to change and click on
  101.     the Chgrp button. A pop-up window will appear. Use this to specify
  102.     the new group(s).
  103.  
  104.     You can click on the arrow button to access a list of valid User
  105.     Groups. A window will appear showing all Groups. Highlight the
  106.     desired Group(s) and then click on the Apply button. You must
  107.     specify a valid User Group name. Another pop-up window will ask you
  108.     to confirm your changes.
  109.  
  110.     Chown
  111.  
  112.     Use the chown command to change the ownership of a file. Highlight
  113.     the files you wish to change and click on the Chown button. A pop-up
  114.     window will appear. Use this to specify the new username.
  115.  
  116.     You can click on the arrow button to access a list of valid
  117.     usernames. A window will appear showing all Users. Highlight a
  118.     single user and click on the Apply button. You must specify a valid
  119.     user name. Another pop-up window will ask you to confirm your
  120.     changes.
  121.  
  122.     Custom
  123.  
  124.     Use this command to directly apply UNIX commands to files without
  125.     having to exit Enlighten. The commands entered can be any valid UNIX
  126.     commands. Highlight the files you need to use for your custom
  127.     command and click on the Custom button.
  128.  
  129.     A pop-up window will appear. Enter the appropriate UNIX command and
  130.     click on the Apply button. Another pop-up window will ask you to
  131.     confirm your action. Once the command has executed successfully, the
  132.     following message will appear: "Hit the Return key to continue".
  133.     This action will close the window and allow you to continue using
  134.     other Enlighten options.
  135.  
  136.     Note: Enlighten supports using the character macro % as part of the
  137.     command. If you use this macro, Enlighten will replace it with the
  138.     name of the current file. If not, Enlighten will automatically
  139.     append the name of the current file to the command before executing
  140.     it.
  141.